
body{padding: 0;margin: 0;width: 100%;}
.con{max-width:1150px;margin: 0 auto;}
/*pages*/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
 
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
 
.pager li {
  display: inline;
}
 
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
 
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
 
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
 
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
 
.pager:before,
.pager:after,
.pager:after,
 
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
 
.pagination > li {
  display: inline;
}
 
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

}

/*article_images.html*/
.article-swiper .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.article-swiper .gallery-top {
  height: 80%;
  width: 100%;
}

.article-swiper .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.article-swiper .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.article-swiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
    
/*index.html*/
.banner{width: 100%;height: 500px;}
.swiper-container{
  width: 100%;height: 100%;
}
.swiper-slide {
    overflow:hidden;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.banner-mini{width: 100%;height: 250px;overflow:hidden}
.swiper-container-mini{
  width: 100%;height: 100%;
}
.swiper-container-mini .swiper-slide {
    overflow:hidden;
}
.swiper-container-mini .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.thumb{
  border-radius: .25rem!important;
  overflow:hidden;
}


.thumb img{
  transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.thumb img:hover{
  transform: scale(1.1)
}

.product{
  background-color: #102147;
  background-image: url('../images/p17.png');
  background-repeat: no-repeat;
}
.product-t{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news{
  background-image: url('../images/bg-pattern.png');
  color: #102146;
}
.news-title, .news-info{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news img{
  background: transparent;
  box-shadow: 0 25px 20px -21px rgba(0,0,0,0.57);
}

.con-about{
  position:relative;
  overflow:hidden;
}
.con-about-bg{
  position:absolute;
  top: 0;
  left: 45%;
  background-image: url('../images/bg-shape1.png');
    opacity: 1;
    z-index: -1;
    width: 700px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 10% 0%;
    animation-name: aboutBgAni;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes aboutBgAni{
    0%{background-position: 10% -10%}
    50%{background-position: 10% 0%}
    100%{background-position: 10% -10%}
}
.about-form form{
  background-color: #f0f2f7;
    border-radius: 5px;
    padding: 20px;
    box-sizing:border-box;
    position:relative;
}
.form-ico{
  position:absolute;
  top: -50px;
  right: 20px;
  background-color:#EE212B;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius:100%;
  border: 8px solid #fff;
  font-size: 40px;
}
.links {color: #dedede;border-top:5px solid #102147;}
.links .con{height:50px;line-height:50px;}
.links span{font-size: 30px;color: #dedede;font-family: impact;margin-right:30px;}
.links a{text-decoration: none;margin: 0 10px;}
.links a:hover{text-decoration: underline;}

/*list_article.html*/
.mini-navs{
  width: 100%;
  height: 10rem;
  position:relative;
  background-position: center !important;
}
.mini-navs-con{
  width:100%;
  height: 100%;
  position:absolute;
  left: 0;top: 0;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.pages a{
  color:#082C4B;
}

/*list_images.html*/
.list-images .product-t{
  color: #082C4B;
}
.mw-50{
  max-width: 50%;
}

/*head*/
/*.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}*/

.head-top{width: 100%;background-color:#082C4B;color: #fff;padding: 10px 0;}
.head-nav{width: 100%;background-color: #fff;}

.head-top .contact{position:relative;margin-right:25px;}
.head-top .contact:not(:first-child):before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    top: 5px;
    bottom: 1px;
    left: -16px;
    margin: auto;
    height: 15px;
    width: 1px;
}
.head-top .container, .head-nav .container{margin: 0 auto;font-weight:bold;max-width:1150px;}
.head-nav .col-lg-12, .head-nav .container-fluid{padding: 0!important;;}

.head-nav .navbar{background-color:#fff;}
.head-nav .navbar .navbar-collapse{flex-grow: 0;}

.head-nav .navbar .nav-item .nav-link{background-color:#fff;border-radius:22px;padding: 6px 25px;font-weight:bold;color: #000!important;}
.head-nav .navbar .nav-item .active{background-color:red;color: #fff!important;}
.head-nav .navbar-toggler{
  margin-right: 10px;
}
.head-nav .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.head-nav .dropdown-menu{padding: 0 0;border-radius:0;border-top: 3px solid #000;}
.head-nav .navbar .dropdown-menu .dropdown-item{
  position: relative;
  padding: 0.55rem 1rem;
  border-top:1px solid #eee;
}
.head-nav .navbar .dropdown-menu .dropdown-item::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: center;
  transform: scale3d(1, 0, 1);
}
.head-nav .navbar .dropdown-menu .dropdown-item:hover::after{
  border-left: 4px solid #000;
  transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}


/*footer*/

#footer{
  width: 100%;
  padding-top: 40px;
  background-color: #102147;
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
}

.foot-item{
  color: #9faab6;
  margin-bottom: 20px;
}
.foot-item h4{
  font-weight: bold;
  color: #fff;
  margin-bottom:20px;
}
.info{

}

#footer .navs{
  width:100%;
}
#footer .navs div{
  width: 50%;
  margin-bottom: 10px;
}
#footer .navs i{
  color: #ee212b;
}
#footer .navs a{
  color: #9faab6;
  text-decoration: none;
}
#footer .news-list .news-item{

}
#footer .news-list .news-img{
  width: 20%;
}
#footer .news-list a{
  color: #9faab6;
}
#footer .news-list .news-con{
  padding-left: 5px;
  box-sizing:border-box;
  width: 80%;
}
#footer .news-list .news-con .title{
  font-size: 0.8rem;
  color: #fff;
}


.copyright{
  font-size: 1rem;
  text-align:center;
  font-weight: bold;
  padding: 30px 0;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  color: #9faab6;
}
.copyright a{color: #9faab6;}


/*side.html*/
.side-item{
  margin-bottom: 20px;
}
.side-item .side-title{
  position:relative;
  font-weight: bold;
  color: #082C4B;
  font-size: 1.1rem;
  line-height:1.1rem;
  padding-bottom: 15px;
}
.side-item .side-title:before{    
  background: #f5f5f5;
    width: 100%;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
}
.side-item .side-title:after{    
  background: rgba(8, 44, 75, 0.3);
  border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.side-list-item{
  margin-top: 10px;
}
.side-list-item img{
  display:block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius:5px;
}
.side-list-item-title{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  font-size: 0.8rem;
  color: #102147;
  font-weight:700;
}
.side-list-item-time{
  font-size: 0.6rem;
  color: #888f96;
}
.side-con-title{
  color: #082C4B;font-weight:700;font-size:1.1rem;
}